* window.h (check_all_windows): Mark externally visible.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:58:21 +0000 (19:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:58:21 +0000 (19:58 -0700)
src/ChangeLog
src/window.h

index 669006bf73f007ff4d77e62d524bb83e5b190c36..f11ef7e942e1db6e05b9a8bb2fbc6ace452eda4f 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * window.h (check_all_windows): Mark externally visible.
+
        * window.c (window_deletion_count): Now static.
 
        * undo.c: Make symbols static if they're not exported.
index e2e7a7f691f03e8cc0b6709b9231e1ee0ff32ec4..4b32edd2149ddcff48a52ff0d1b49c55d0103925 100644 (file)
@@ -776,7 +776,7 @@ extern void freeze_window_starts (struct frame *, int);
 extern void grow_mini_window (struct window *, int);
 extern void shrink_mini_window (struct window *);
 extern int window_relative_x_coord (struct window *, enum window_part, int);
-extern void check_all_windows (void);
+extern void check_all_windows (void) EXTERNALLY_VISIBLE;
 
 void run_window_configuration_change_hook (struct frame *f);